projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0e0de
)
(org-follow-gnus-link): Make sure the dedicated
author
Carsten Dominik
<dominik@science.uva.nl>
Wed, 23 Aug 2006 10:07:42 +0000
(10:07 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Wed, 23 Aug 2006 10:07:42 +0000
(10:07 +0000)
gnus frame is selected.
lisp/textmodes/org.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/org.el
b/lisp/textmodes/org.el
index 1fcac6855d93b82033d94063cd2060576ab826e2..ecbcd86d043e64b78be20b85d117ed98c9332974 100644
(file)
--- a/
lisp/textmodes/org.el
+++ b/
lisp/textmodes/org.el
@@
-9467,6
+9467,7
@@
onto the ring."
"Follow a Gnus link to GROUP and ARTICLE."
(require 'gnus)
(funcall (cdr (assq 'gnus org-link-frame-setup)))
+ (if gnus-other-frame-object (select-frame gnus-other-frame-object))
(if group (gnus-fetch-group group))
(if article
(or (gnus-summary-goto-article article nil 'force)